home *** CD-ROM | disk | FTP | other *** search
/ Scene 96 / Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso / misc / coding / sos6663d / mini3d.nfo < prev    next >
Text File  |  1996-05-08  |  2KB  |  49 lines

  1.  Hi guys...       
  2.  Here it is...    
  3.  The long awaited source code for my 666 byte wireframe-vector engine ...
  4.  i have released it by request of some guys...
  5.                   
  6.  Sum facts...     
  7.  You have to run a postprocessor to make it excactly 666 byte
  8.  i have included one, see POSTPROC.PAS for further information
  9.  (For the beginners: The postprocessor cuts the uninitialised data
  10.  from the back of the COM (that data after the ZERODATA_START label)
  11.  a little routine called at the beginning of the program sets this area
  12.  to zero, and SHAZAM we have gained in this case 708 bytes :))
  13.                   
  14.  if you want to know more about keeping your code small read Imphobia #8
  15.  there's a very interesting article by THE FAKER ...
  16.                   
  17.  Sum words about the rotation: Yes, it's rotated only around one angle but
  18.  in 3 Dimensions, i had to rotate it around a single angle to gain size...
  19.                   
  20.  The first quarter of the sine table is precalclated, the other quarters
  21.  and the cosines can be derived from them...
  22.                   
  23.  Well i think you should know know everything about it..
  24.  Go on, make it smaller and send your work to me (you can find my contact
  25.  adresses farther down)...
  26.  The first one who'll get it below 400 byte will get a bottle of 
  27.  luxembourgish beer ;-)
  28.                   
  29.  Greets fly out to (no speacial order): The rest of SoS, Poll Fabaire,
  30.   Lone Wolf/iGH, The Cha()T, Fire, Magic/Finix, Slaine, Mikee Mouse, 
  31.   Krash/AcmE, Speed Freak, Kaos, X-Treme, 4e2CS from LCD, Crusty, Deadline,
  32.   LastV8/CSi, Kraut, Phos4, Tasmaniac, Screamager, Dwarf, Stingray, Tonic,
  33.   and all those i forgot...
  34.                   
  35.  How to contact me ...
  36.  ~~~~~~~~~~~~~~~~~
  37.  BBS: Neurotic +352-313377 (Mail to BLACK AXE)
  38.       Coders Corner +352-313377 (Mail to BLACK AXE)
  39.                   
  40.  Snail-Mail:     Laurent Schmalen
  41.                  6, rue Tony Schmit
  42.                  L-9081 Ettelbruck
  43.                  Luxembourg
  44.                   
  45.  Voice-Phone: +352-810013  (from 18:00 to 21:30)
  46.                   
  47.  HAVE FUN!        
  48.             BLACK AXE / SoS, 12th May 1996
  49.